Getting Started with Windows Remote Arduino by Kurniawan Agus

Getting Started with Windows Remote Arduino by Kurniawan Agus

Author:Kurniawan, Agus
Language: eng
Format: epub, azw3
Publisher: PE Press
Published: 2015-06-19T04:00:00+00:00


Finally, we call InitWRA() method on class constructor.

public MainPage() { this.InitializeComponent(); this.Unloaded += MainPage_Unloaded; InitWRA(); } private void MainPage_Unloaded(object sender, RoutedEventArgs e) { arduino.Dispose(); }

Save this code.

3.5 Testing

Now you can compile and run this program. For testing, try to press pushbutton. You should see a lighting LED.

4. Analog I/O

This chapter explains how to work with Arduino Analog I/O via WRA.

4.1 Getting Started



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.